FAL-2076 Cherry-picks #28066 into lilac.master - #28250
Conversation
fix!: Make default queue names service variant specific. (cherry picked from commit 4b29872)
|
Thanks for the pull request, @pomegranited! I've created OSPR-5928 to keep track of it in JIRA, where we prioritize reviews. Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
|
@pomegranited Thank you for your contribution, do you need an edX reviewer for this? |
|
@natabene Nope! @arbrandes can handle this as core committer to lilac.master :) |
gabor-boros
left a comment
There was a problem hiding this comment.
👍 🎉
The check output was the following which is expected based on the description. It's approved from my side.
{
"modulestore": {
"status": true,
"message": "OK"
},
"sql": {
"status": true,
"message": "OK"
},
"celery": {
"status": true,
"message": "{'time': '0.07212519645690918'}"
},
"forum": {
"status": false,
"message": "Expecting value: line 1 column 1 (char 0)"
}
}
{"mode":"full","isActive":false}- I tested what's in the test instructions
- I read through the code
|
Thanks @gabor-boros ! CC @natabene |
|
@pomegranited, ACK, adding it to my list. |
|
@edx-community-bot merge |
Description
Cherry-picks https://github.com/edx/edx-platform/pull/28066 into
open-release/lilac.master.Testing instructions
(Ocim Admins only)
/heartbeat?extendedcelerycheck is passing.Deadline
None
Other information
Ordinarily, we'd be able to view the https://periodic-build-lilac.opencraft.hosting/heartbeat?extended to verify that the heartbeat checks are succeeding.
However, the
forumextended check is also failing for lilac.master (and master), and so Ocim redirects to the standard error page instead of showing the healthcheck json. Theforumfailure will be addressed by https://github.com/edx/configuration/pull/6482.Reviewer